In Development
Last Updated: 20 Oct 2025 16:16 by ADMIN

 Replace cannot match whole word with special characters (e.g. "#", "@", "&") at the start/end.

Workaround (RegEx):

editor.ReplaceText(new Regex($"(?<=\\s|^|[\\c_]){placeholder}(?=\\s|$|[\\c_])"),"new content");

 

In Development
Last Updated: 20 Oct 2025 14:47 by ADMIN
After a PDF document is imported, decoding large images with a CCITTFaxDecode filter leads to OutOfMemoryException.
In Development
Last Updated: 20 Oct 2025 13:26 by ADMIN

InvalidOperationException when cloning a document containing fields spanning multiple paragraphs.

Workaround: instead of new paragraphs, use line breaks (Shift+Enter).

In Development
Last Updated: 20 Oct 2025 12:58 by ADMIN

Import a document that contains a picture content control and the following error occurs: 

Telerik.Windows.Documents.Flow.Model.Annotations.StructuredDocumentTags.Builders.SdtBuilderFailureException: 'Picture control cannot be used in selection that contains any non-image content, or more than a single image.'

In Development
Last Updated: 20 Oct 2025 08:50 by ADMIN
Multiple graphic state objects are lost on import.
In Development
Last Updated: 20 Oct 2025 07:26 by ADMIN
SMask.Matte is not applied correctly when exporting to an image.
Unplanned
Last Updated: 17 Oct 2025 15:03 by Mira
Created by: Mira
Comments: 0
Category: WordsProcessing
Type: Feature Request
1
Add support for Fields when exporting to TXT format. When a field is exported to *.txt, only the result should be exported (as in HTML). In the current implementation, the field characters, field code, and field result are all exported.
In Development
Last Updated: 17 Oct 2025 14:58 by ADMIN
Importing a DOCX file containing a footer with a content control that contains more than one paragraph leads to exporting an empty document without any errors indicating the problem.
In Development
Last Updated: 17 Oct 2025 14:30 by ADMIN

List's top and bottom margins are not correctly exported.

Workaround: Apply TelerikNormal style to the 'ol' element.

In Development
Last Updated: 17 Oct 2025 13:36 by ADMIN
When decoding the image with a CCITTFaxDecode filter an exception is thrown: NullReferenceException: 'Object reference not set to an instance of an object.'
In Development
Last Updated: 17 Oct 2025 12:49 by ADMIN
Field border appearance are lost during import-export of the document
In Development
Last Updated: 17 Oct 2025 11:33 by ADMIN
The underline gets over the text when the line spacing is set to exact, spacing after is set to 0, and the font size is less than 12.
In Development
Last Updated: 17 Oct 2025 11:04 by ADMIN

When loading a PDF generated with PdfProcessing in PDF Accessibility Checker 2021 (PAC) an exception is thrown: "Object reference not set to an instance of an object".

It is reproducible with all PdfComplianceLevel export options.

In Development
Last Updated: 17 Oct 2025 10:50 by ADMIN

When importing a document with an invalid creation or modification date, an exception is thrown:

  • FormatException: 'The input string '' was not in a correct format.'
  • ArgumentOutOfRangeException: 'Year, Month, and Day parameters describe an unrepresentable DateTime.'
Declined
Last Updated: 17 Oct 2025 10:38 by ADMIN
Fields are doubled according to ItextSharp after import/export. 
In Development
Last Updated: 17 Oct 2025 10:30 by ADMIN
Created by: Petar
Comments: 0
Category: PdfProcessing
Type: Bug Report
0
Fields are no longer highlighted after import. 
Unplanned
Last Updated: 17 Oct 2025 06:28 by Daniel
Created by: Daniel
Comments: 0
Category: WordsProcessing
Type: Feature Request
2
Optimize PDFs for quick viewing on the web, especially for mobile clients. Linearization allows your end users to view large PDF documents incrementally so that they can view pages much faster in lower bandwidth conditions: https://developer.adobe.com/document-services/docs/overview/pdf-services-api/howtos/linearize-pdf/ 
Unplanned
Last Updated: 15 Oct 2025 08:28 by Greg

When a Pdf document contains TextBoxFields some of which are hidden and you merge it with another document, the hidden state is reset and the field appears in the merged document:

Before:

After:

 

In Development
Last Updated: 14 Oct 2025 07:50 by ADMIN
KeyNotFoundException is thrown when importing a document with a structure element that references a page that is not part of the page collection.
1 2 3 4 5 6